object IndexWnd: TIndexWnd Hint = 'INDEX WINDOW' object CloseButton: TImage Hint = 'CLOSE SEARCH WINDOW' end object MinButton: TImage Hint = 'CLOSE SEARCH WINDOW' end object rxLabel2: TrxLabel Caption = 'Name' end object CaptionBar: TrxLabel Hint = 'MOVE SEARCH WINDOW' Caption = 'Index' end object ListBox: TListBox Hint = 'SELECT FROM LIST' end object Edit: TEdit Hint = 'INPUT SEARCH NAME' end object Panel1: TPanel object CheckBox1: TCheckBox Caption = 'Politics' end object CheckBox2: TCheckBox Caption = 'Business' end object CheckBox3: TCheckBox Caption = 'Military' end object CheckBox4: TCheckBox Caption = 'Crime' end object CheckBox5: TCheckBox Caption = 'Science' end object CheckBox6: TCheckBox Caption = 'Religion' end object CheckBox7: TCheckBox Caption = 'Arts' end object CheckBox8: TCheckBox Caption = 'Sport' end end object YearTo: TLabel Caption = 'to' end object ComboMonth: TComboBox Items.Strings = ( 'January' 'February' 'March' 'April' 'May' 'June' 'July' 'August' 'September' 'October' 'November' 'December') end object Born: TCheckBox Caption = 'Born' end object Died: TCheckBox Caption = 'Died' end object ByMonth: TCheckBox Caption = 'Month' end object ByZodiac: TCheckBox Caption = 'Zodiac' end object ComboZodiac: TComboBox Items.Strings = ( 'Aries' 'Taurus' 'Gemini' 'Cancer' 'Leo' 'Virgo' 'Libra' 'Scorpio' 'Sagittarius' 'Capricorn' 'Aquarius' 'Pisces') end object ByDay: TCheckBox Caption = 'Day' end object ByYear: TCheckBox Caption = 'Year' end end